home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_a_d / chst103c.zip / INSTALL.INF < prev    next >
INI File  |  1992-11-03  |  2KB  |  64 lines

  1. ; defdir is the default directory that your files will be installed to.
  2. ; The directory you specify here will be appended to the Windows directory
  3. ; e.g C:\Windows\<newdir>
  4.  
  5. ; defgroup is the default Program Manager group name 
  6.  
  7. ; instsize is the minimum amount of disk space (in K) needed for the install
  8. ; VBRUN100.DLL should be included in this number (if your program uses it)
  9.  
  10. ; usingvbdll specifies whether or not your install uses VBRUN100.DLL. 
  11. ; if it does, and VBRUN100.DLL already exists, on the destination drive,
  12. ; it's size will be subtracted from the space need for the install
  13.  
  14. ; title appears on the install programs title bar
  15.  
  16. [Def]
  17. defdir=chastity
  18. defgroup=Chastity
  19. instsize=750
  20. usingvbdll=Y
  21. title=Chastity version 1.03c Install
  22. ; [GrpFiles] are the files you want Program Manager Group icons made for.
  23.  
  24. ; EndMark tells the install program that all programs have been processed in
  25. ; this section
  26.  
  27. [GrpFiles]
  28. file 1=chastity.exe
  29. file 2=readme.TXT
  30. file 3=EndMark
  31.  
  32. ; [SystemFiles] are files to be installed in the Windows directory
  33.  
  34. ; date is the time/date stamp that you want each file to have after it's 
  35. ; installed
  36.  
  37. [SystemFiles]
  38. file 1=vbrun100.dll
  39. date 1=10/13/1992 01:00:00
  40. file 2=3DLabel.vbx
  41. date 2=10/13/1992 17:54:00
  42. file 3=EndMark
  43.  
  44. ; date applies to all files in the [Files] section
  45.  
  46. [Files]
  47. date=10/29/1992 01:01:01
  48. file 1=README.TXT
  49. file 2=EZHELP.HLP
  50. file 3=CHASTITY.EXE
  51. file 4=CHASTITY.ICO
  52. file 5=USERS.DBF
  53. file 6=EZHELP.IDX
  54. file 7=DEFAULTS.DAT
  55. file 8=TODO.ICO
  56. file 9=HELP.ICO
  57. file 10=QUIT.ICO
  58. file 11=LOGOFF.ICO
  59. file 12=DEFAULT.MNU
  60. file 13=3DLABEL.VBX
  61. file 14=HELP.BMP
  62. file 15=ICONS.EXE
  63. file 16=EndMark
  64.